gdk: Get rid of all mentions of process_all_updates()
authorBenjamin Otte <otte@redhat.com>
Thu, 24 Nov 2016 14:26:15 +0000 (15:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 24 Nov 2016 14:26:49 +0000 (15:26 +0100)
gdk/gdkwindow.c
gdk/gdkwindow.h

index 83002b7243ea23c8ea99e2aec7be0fbc495a4d96..7f133ffd22a4db7c8d578cb17721793462b5342b 100644 (file)
@@ -3745,9 +3745,8 @@ gdk_window_invalidate_maybe_recurse_full (GdkWindow            *window,
  * application would normally redraw the contents of @window in
  * response to those expose events.
  *
- * GDK will call gdk_window_process_all_updates() on your behalf
- * whenever your program returns to the main loop and becomes idle, so
- * normally there’s no need to do that manually, you just need to
+ * GDK will process all updates whenever the frame clock schedules a redraw,
+ * so there’s no need to do forces redraws manually, you just need to
  * invalidate regions that you know should be redrawn.
  *
  * The @child_func parameter controls whether the region of
@@ -3796,9 +3795,8 @@ gdk_window_invalidate_region_full (GdkWindow       *window,
  * application would normally redraw the contents of @window in
  * response to those expose events.
  *
- * GDK will call gdk_window_process_all_updates() on your behalf
- * whenever your program returns to the main loop and becomes idle, so
- * normally there’s no need to do that manually, you just need to
+ * GDK will process all updates whenever the frame clock schedules a redraw,
+ * so there’s no need to do forces redraws manually, you just need to
  * invalidate regions that you know should be redrawn.
  *
  * The @invalidate_children parameter controls whether the region of
@@ -3830,9 +3828,8 @@ gdk_window_invalidate_region (GdkWindow       *window,
  * application would normally redraw the contents of @window in
  * response to those expose events.
  *
- * GDK will call gdk_window_process_all_updates() on your behalf
- * whenever your program returns to the main loop and becomes idle, so
- * normally there’s no need to do that manually, you just need to
+ * GDK will process all updates whenever the frame clock schedules a redraw,
+ * so there’s no need to do forces redraws manually, you just need to
  * invalidate regions that you know should be redrawn.
  *
  * This version of invalidation is used when you recieve expose events
index 392933f7e82f74cb95301e4cf6a1ff022c5d99f8..5a0601c9f53e2498c8cc7ff56f6527f0d9f31487 100644 (file)
@@ -900,9 +900,6 @@ void       gdk_window_freeze_updates      (GdkWindow    *window);
 GDK_AVAILABLE_IN_ALL
 void       gdk_window_thaw_updates        (GdkWindow    *window);
 
-GDK_AVAILABLE_IN_ALL
-void       gdk_window_process_all_updates (void);
-
 GDK_AVAILABLE_IN_ALL
 void       gdk_window_constrain_size      (GdkGeometry    *geometry,
                                            GdkWindowHints  flags,